Keysight VISA.NET Help
WriteBinaryAndFlush(Int64[]) Method



The array of Int64 integers to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer, appends a newline (and END, if END is enabled) to the formatted data, sends whatever is in the write buffer to the instrument, and flushes the buffer.
Syntax
'Declaration
 
Overloads Sub WriteBinaryAndFlush( _
   ByVal data() As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Long
 
instance.WriteBinaryAndFlush(data)
void WriteBinaryAndFlush( 
   long[] data
)
void WriteBinaryAndFlush( 
   array<int64>^ data
) 

Parameters

data
The array of Int64 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025